Help for this page

Select Code to Download


  1. or download this
    sub myRepeatedCode
    {
       my ($day, $argument2, $argument3) = @_;
       # Do something with $day
    }
    
  2. or download this
    if ($va eq 'today' || $va eq 'tomorrow' || $va eq 'friday') 
    { 
      DoSomething(); 
    }