Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Using IPC::Open3 instead of backtick operator

by rcrews (Novice)
on Jun 09, 2016 at 01:28 UTC ( [id://1165192]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use 5.016;
    use autodie;
    ...
    
    exit 0;
    __END__
    
  2. or download this
    $ perlcritic -1 syscall1.pl 
    Backtick operator used at line 8, column 5.  Use IPC::Open3 instead.  
    +(Severity: 3)
    
  3. or download this
    #!/usr/bin/env perl
    use 5.016;
    use autodie;
    ...
    
    exit 0;
    __END__
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1165192]
Approved by Athanasius
Front-paged by Discipulus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found