Help for this page

Select Code to Download


  1. or download this
    use Path::Class;
    my $file = file($filepath,"test.txt");
    
  2. or download this
    $filepath =~ s{/}{\}g;
    $file = $filepath . "\test.txt";