Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        my $module ;
    ...
        require $module ;
        import $module ;
    }
    
  2. or download this
    BEGIN {
        if ( $^O =~ /MSWin32/ ) {
    ...
            import DiskFree ;
        }
    }