Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: starters querry

by GotToBTru (Prior)
on Mar 30, 2015 at 18:03 UTC ( [id://1121882]=note: print w/replies, xml ) Need Help??


in reply to starters querry

See this tutorial for a step-by-step example of getting your program to run. Perl is not interactive in that way. You need to save your program in a file and then use the Perl compiler to run it. Or you can run a short program in the command line in this fashion:

perl -e "$a=2; $b = $a + $a; print $b,'\n'"
Dum Spiro Spero

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-19 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found