Help for this page

Select Code to Download


  1. or download this
    print $title;
    
  2. or download this
    return $title;
    
  3. or download this
    foreach my $j (@fucntion64)
                {
    ...
                my($item,$title) = split(' ',substr($j,2),2);
                return $title."<br />";
                }