Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $test_ls = `lxs`;
    
    like( $test_ls, qr/incorrect/, 'lxs command is missing.' );
    
  2. or download this
    1..1
    Can't exec "lxs": No such file or directory at ./1.t line 7.
    ...
    #                   undef
    #     doesn't match '(?-xism:incorrect)'
    # Looks like you failed 1 test of 1.