Help for this page

Select Code to Download


  1. or download this
    local ($junk,$fulltime) = split(/is /,$j);
  2. or download this
    my ($fulltime) = $j =~ /is (.*)/;