Help for this page

Select Code to Download


  1. or download this
    if ( $FileExt eq '.xlsx' || $FileExt eq '.pdf' )
        { print "Match!\n" }
    ...
    
    if ( $FileExt eq any('.xlsx','.pdf') )
        { print "Match!\n" }