Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Format quine (slightly obfu)

by bv (Friar)
on Dec 04, 2009 at 00:13 UTC ( [id://810989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my @f;
    use warnings;
    
  2. or download this
    open 0;
    $/= \11;
    
  3. or download this
    my $i = 0;
    while (<0>) {
      chop;
    
  4. or download this
      push @{ $f[$i] }, $_;
      $i = ( $i + 1 ) % 3
    }
    close 0;
    
  5. or download this
    $m->[$_] ||= '';
    $r->[$_] ||= '';
    
  6. or download this
    format it=                      
    @<<<<<<<<< @<<<<<<<<< @<<<<<<<<<
    $l->[$_], $m->[$_], $r->[$_],
    .
    
  7. or download this
      write;
    }
    
  8. or download this
    @_=qw;
    Just another Perl hacker,;
    ;$_=q=print
    "@_"= and eval;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found