Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Passing arguments

by kcott (Archbishop)
on Nov 05, 2010 at 06:58 UTC ( [id://869628]=note: print w/replies, xml ) Need Help??


in reply to Passing arguments

If you run some very simple tests and then show the code and the output, you're likely to get a far more informative response. When you don't provide such information, we can only guess. Here's an example:

C:\_\tmp>perl -e "print qq{@ARGV\n};" arg1 arg2 arg3 arg1 arg2 arg3 C:\_\tmp>perl test_args.pl arg1 arg2 arg3 arg1 arg2 arg3 C:\_\tmp>test_args.pl arg1 arg2 arg3 arg1 arg2 arg3 C:\_\tmp>type test_args.pl print qq{@ARGV\n}; C:\_\tmp>

The above was run on Windows XP so it doesn't help troubleshoot a Windows 7 problem.

-- Ken

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 10:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found