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

Re^3: storing system function output

by tirwhan (Abbot)
on Mar 10, 2010 at 10:14 UTC ( [id://827744]=note: print w/replies, xml ) Need Help??


in reply to Re^2: storing system function output
in thread storing system function output

So after being told that system is not the right way to do this you still insist that it's what you want to use. And "specifically", too. Fine, here you go:

#!/usr/bin/perl use strict; use warnings; my $r=`perl -e 'system("ls")'`;

That uses system and will make your tutor give you 0 points for the exercise along the way.


All dogma is stupid.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found