Help for this page

Select Code to Download


  1. or download this
    sub bail_out {
        require Carp;
        Carp::confess(@_);
    }
    
  2. or download this
    package Cwd;
    sub cwd;
    package main; # or whatever module you are in
    ...