Help for this page

Select Code to Download


  1. or download this
    my $output = q/..../;
    my $matched = $output =~ m/"access_token":"(.*)", "ex/g;
    print "Match: $matched\n";
    say '$1 is <', (defined($1) ? $1 : 'undef'), ">\n";