Help for this page
Select Code to Download
Select
or
download this
local ($junk,$fulltime) = split(/is /,$j);
Select
or
download this
my ($fulltime) = $j =~ /is (.*)/;