Using perl Syntax Highlighting
- use Text::Banner;
- $a=Text::Banner->new;
- $a->set('test');
- $a->fill("#");
- print $a->get;
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
¿Alguien me podría indicar cómo hacer todo este código en una línea?
P.d.: intenté con Text::Banner->set("hola")->fill("#")->get;, pero nada.