Help for this page

Select Code to Download


  1. or download this
    @array=split( /-/, $sites); # from perldoc, it seems better to use a p
    +attern rather than a string
    if ($array[0] eq "three") # $array0 != $array[0]
    ...
    {
    print "seven ";
    }
    
  2. or download this
    -- 
    PerlMonger::Paris(http => 'paris.pm.org');