Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: how to make this perl code run

by moritz (Cardinal)
on May 16, 2013 at 14:56 UTC ( [id://1033848]=note: print w/replies, xml ) Need Help??


in reply to how to make this perl code run

Yes, it's possible (without mucking with strict.pm or adding command line options or using non-standard perl versons).

#!/usr/bin/perl -w use strict; my $str1 = hi; my $str2 = hello; my $str3 = hola; BEGIN { exit }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1033848]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (9)
As of 2024-04-23 11:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found