Help for this page

Select Code to Download


  1. or download this
    if( (-f $file) and ( ! link( $file, $new ))  ) {
        warn "Can't link $file to $new: $!\n";
    ...
    } else {
        $did= 'ln';
    }
    
  2. or download this
    use File::Path        qw< make_path >; # this should be added at the t
    +op
    
    ...
            }
        }
    }