varalaxmibbnl has asked for the wisdom of the Perl Monks concerning the following question:
if i execute this code i get a compile error as"Format not terminated at end of line syntax error" provide me a solution for this....
#!/usr/local/bin/perl $~ = "MYFORMAT"; write; format MYFORMAT = =================================== Here is the text I want to display. =================================== .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Formatting Your Output
by choroba (Cardinal) on Aug 29, 2013 at 07:02 UTC | |
by varalaxmibbnl (Acolyte) on Aug 29, 2013 at 07:08 UTC |