Help for this page

Select Code to Download


  1. or download this
    use Cwd;
    use FindBin qw($RealBin);
    ...
    printf("\$this_proc: $this_proc\n");
    printf("\$this_proc_path: $this_proc_path\n");
    printf("\$RealBin: $RealBin\n");
    
  2. or download this
        $this_proc: P.PL
        $this_proc_path: C:\tmp\
        $RealBin: C:/tmp
    
  3. or download this
        $this_proc: p
        $this_proc_path: 
        $RealBin: C:/tmp
    
  4. or download this
    perlapp --norunlib --clean --force --exe p.exe --perl C:\Perl\bin\perl
    +.exe p.pl