Help for this page

Select Code to Download


  1. or download this
    my $arg=shift;
    $arg=~s/\A(["'])(.*)\1\z/$2/s;
    $arg=quote($arg);