Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

use y

by shmem (Chancellor)
on Jul 13, 2016 at 16:29 UTC ( [id://1167705]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $ export PERL5LIB=$HOME/priv/lib
        $ perl -My=mail,A,:date,frob -le '...'
        Unimplemented at -e line 1.
    
  2. or download this
        perl -le 'print scalar localtime pop' 1468404921
        perl -My -le 'plt pop' 1468404921
    
  3. or download this
    package y;
    use strict;
    ...
    use Devel::Peek;
    # other modules...
    EOH
    
  4. or download this
    {
        my $append = 0;
    ...
            }
        }
    }
    
  5. or download this
        perl -My=append,stime -e 'my$t=localtime(shift||time);$t'
    
  6. or download this
    sub stime {
    my $t = localtime(shift @ARGV || time);
    $t;
    }
    
  7. or download this
    my($m,$z);
    $m=pack"B32",pop=~'/'x$';
    printf"$` network %vd broadcast %vd netmask %vd\n",($z=eval$`)&$m,$z|~
    +$m,$m
    

Log In?
Username:
Password:

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

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

    No recent polls found