Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Passing huge args to system call

by sleepingsquirrel (Chaplain)
on Aug 05, 2004 at 20:19 UTC ( [id://380373]=note: print w/replies, xml ) Need Help??


in reply to THANKS TO ALL: Passing huge args to system call

Probably not what you're looking for, but as long as you're calling perl (system "perl"...), why not...
@ARGV=split /\s+/, $warn_list_arg; unshift @ARGV, $comp; do $perl_file or die "Program Exit: $!\n";


-- All code is 100% tested and functional unless otherwise noted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-26 03:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found