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

Re^2: Dates of Monk promotion (covered)

by choroba (Cardinal)
on Jun 17, 2015 at 17:18 UTC ( [id://1130842]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    for my $date (sort keys %output) {
        print "$date\t$output{$date}\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    $string =~ s/^[0-9]+-//gm;
    $string =~ s/^([0-9]+)(.*)/$1$2 $table->[$1-1][1]/gm;
    print $string;
    
  3. or download this
    perl -pe 's/(....)(..)/$1-$2-/'
    
  4. or download this
    set term pngcairo size 1024, 800
    set xdata time
    ...
    plot 'pm-xp.txt' using 2:4 with lines title 'XP',\
         '' using 2:($1*1000) with lines title 'Level',\
         'wayback.txt' using 1:2 with lines title 'Wayback Machine'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found