Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: System command problem in perl

by mjscott2702 (Pilgrim)
on Nov 26, 2010 at 12:50 UTC ( [id://873857]=note: print w/replies, xml ) Need Help??


in reply to System command problem in perl

That shouldn't even compile/run:
Global symbol "$cmd1" requires explicit package name at try4.pl line 3.
Global symbol "$cmd1" requires explicit package name at try4.pl line 4.
Global symbol "$cmd" requires explicit package name at try4.pl line 5.
Global symbol "$cmd1" requires explicit package name at try4.pl line 6.
Apart from not using "my" to declare your variables, notice that you reference $cmd, which isn't actuallly declared/assigned to anywhere.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://873857]
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 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found