Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $string = "TITLE=SPECIAL CASE 1";
    $string = (split('=', $string))[1];
    print "$string\n";