Help for this page

Select Code to Download


  1. or download this
    open FILE, "<file.txt" or die "Could not open file.txt: $!";
    my $line = <FILE>;
    close FILE;
    
  2. or download this
    $line =~ m|^\Q$path/$file\E$|;