Help for this page

Select Code to Download


  1. or download this
    my $string = '/sbc/dasds/sdf/dsd/modem';
    my $regex = qr!^${string}!;
    ...
        print;
        print "\nString equality works\n";
    }
    
  2. or download this
    my @modems = glob '/sbc/dasds/sdf/dsd/modem*';