Help for this page

Select Code to Download


  1. or download this
    Perl 5.8.9 on linux:
    $ARGV = {
              'WHEN' => '12:34'
            };
    $string = 'It is thyme';
    
  2. or download this
    Perl 5.10.0 on linux:
    $ARGV = {
              'WHEN' => '12:34'
            };
    $string = 'It is thyme';