Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: how to run commandline perl on windows

by PodMaster (Abbot)
on Mar 10, 2006 at 09:36 UTC ( [id://535644]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            # Unix
            perl -e 'print "Hello world\n"'
    ...
    
            # VMS
            perl -e "print ""Hello world\n"""
    
  2. or download this
    perl -ane " $total += $F[9]; END {print $total} " sem.log
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-19 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found