Help for this page

Select Code to Download


  1. or download this
    my $data = "\@include test";
    if ($data =~ /\@include\s+('[^']+'|"[^"]+"|.+?(?<!\\))\s+/g)
    {
        print "File name: \"$1\"\n";
    }