Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Newbie Question

by ww (Archbishop)
on Nov 14, 2014 at 23:08 UTC ( [id://1107272]=note: print w/replies, xml ) Need Help??


in reply to Re: Newbie Question
in thread Newbie Question

Yes, that should work, but --- Beware! Thar' be monsters there!!!

Keeping a separate directory (or dir tree) for scripts has many merits... (including giving you a place for smallish data files that you don't want commingled with the distro) and with the path to the executable established (see my earlier but now following response), one can run the scripts from their own directory ... or from the C:\ prompt using a fully qualified path to the script, for example:

C:\>dir d:\_Perl_\PMonks\11*.pl Directory of d:\_Perl_\PMonks ...10/09/2014 08:44 AM 504 1103295.pl 10/15/2014 06:23 PM 789 1103938.pl ... C:\>D:\_Perl_\PMonks\1103938.pl foo using shift and the CLI argument, 'foo' shift method: foo Enter one arg for shift method: bar (at_foo and @_ method) argument is: bar C:\>

Yes, this is an ActiveState install, but it still applies to OP's problem and the parent node's suggestion


++$anecdote ne $data


Log In?
Username:
Password:

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

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

    No recent polls found