Hi
I have this following perl code of 5 lines. How can I make it run (or compile) without modifying or doing any correction in the first 5 lines.
I will not put the strings in "" or won't use any pragma in the first 5 lines to make it run. Can anything be done from line 6 to make it run.
Is that possible ?
#!/usr/bin/perl -w use strict; my $str1 = hi; my $str2 = hello; my $str3 = hola;
In reply to how to make this perl code run by ghosh123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |