Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: open and read text file

by afoken (Chancellor)
on Jul 25, 2017 at 06:21 UTC ( [id://1195944]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /tmp>cat shebang.pl
    #!/no/such/perl -w
    ...
    -bash: ./shebang.pl: /no/such/perl: bad interpreter: No such file or d
    +irectory
    
    /tmp>
    
  2. or download this
    /tmp>cat shebang.pl
    #!/etc/passwd
    ...
    -bash: ./shebang.pl: /etc/passwd: bad interpreter: Permission denied
    
    /tmp>
    
  3. or download this
    /tmp>cat shebang.pl
    
    ...
    ./shebang.pl: line 8: print: command not found
    
    /tmp>
    
  4. or download this
    /tmp>echo 'pstree -Aal' >> shebang.pl
    
    ...
      .
      .
      .
    
  5. or download this
    /tmp>perl -e '$_=<STDIN>;print ord $_' < shebang.pl
    10
    /tmp>
    

Log In?
Username:
Password:

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

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

    No recent polls found