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

-E behavior with stdin script

by almr (Sexton)
on Sep 05, 2021 at 07:04 UTC ( [id://11136455]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -Mv5.12 -wn -- - /etc/passwd <<'EOF'
    next unless / ([^:]*) : [^:]* : ([0-9]+) /x;
    my ($w, $n) = (uc $1, 5000 + $2);
    say qq{log=$w id=$n}
    EOF
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 17:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found