Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Lady_Aleena's scratchpad

by Lady_Aleena (Priest)
on Sep 07, 2007 at 20:54 UTC ( [id://637756]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      some_sub(s/^[\*\+-] (.+)/$1/r, $opt);
      some_sub(s/^[\*\+-] (.+)/$1/r, $opt);
      some_sub(s/^[\+-] (.+)/$1/r, $opt);
    
  2. or download this
    Base::Inline
    Base::LineMagic
    ...
    Xanth::Util
    
    Zodiac::Chinese
    
  3. or download this
    my @monsters = map{chomp $_; $_} <$word_find_list>;
    my @items;
    ...
      @{$alpha_gems{$gems}} = map { "$_ ".external_links([['Wikipedia', $_
    +, $_],['Google', searchify($_), $_]]) } sort @list;
    }
    
  4. or download this
    my @monsters = map { chomp $_; [$_, { class => 'monster_item' }] } <$w
    +ord_find_list>;
    
    my @gems = map { chomp $_; "$_ ".external_links([['Wikipedia', $_, $_]
    +,['Google', searchify($_), $_]]) } <$gems_file>;
    my %alpha_gems = alpha_array(\@gems);
    
  5. or download this
    if ($user_time < $dawn) {  
      $daypart = 'night';
    ...
    else {
      $daypart = 'evening';
    )
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
      'evening'   => { 'begin' => tmath($dusk, -1) , 'end' => tmath($dusk,
    +  1) },
      'night'     => { 'begin' => tmath($dusk,  1) , 'end' => $dawn}
    );
    
  7. or download this
    use strict;
    use warnings FATAL => qw( all );
    ...
        }
    
    }
    
  8. or download this
    $ perl la-2.pl 2>&1
    
    ...
    
    fold clothing of the day
    put away clothing of the day
    
  9. or download this
    #!/usr/bin/perl
    use strict;
    ...
      my $file     = data_file('Movies/Episode_lists',"$filename.txt");
      system("xdg-open", $file) == 0 || warn "Can't open $file";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-24 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found