Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: OS agnostic C&P CLI snippets with -E (drivel)

by LanX (Saint)
on Oct 19, 2021 at 12:12 UTC ( [id://11137718]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e'print "drivel";#some code'
    drivel
    
  2. or download this
    $ perl
    print "drivel";#some code
    __END__
    drivel
    
  3. or download this
    D:\tmp\pm>perl
    print "drivel";#some code
    __END__
    drivel
    D:\tmp\pm>
    
  4. or download this
    $ perl -MO=Deparse -E'print "drivel";#some code'
    use feature 'current_sub', 'evalbytes', 'fc', 'postderef_qq', 'say', '
    +state', 'switch', 'unicode_strings', 'unicode_eval';
    print 'drivel';
    -e syntax OK
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137718]
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: (4)
As of 2024-03-28 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found