Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    File::chdir 0.1006

    Download button

    No screenshots available
    Downloads: 738  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.5/5)
    17 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Michael G Schwern and David A Golden | More programs
    Perl Artistic License / FREE
    November 4th, 2011, 00:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    File::chdir description

    Offers a more sensible way to change directories

    File::chdir is a Perl module that offers a more sensible way to change directories.

    SYNOPSIS

    use File::chdir;

    $CWD = "/foo/bar"; # now in /foo/bar
    {
    local $CWD = "/moo/baz"; # now in /moo/baz
    ...
    }


    # still in /foo/bar!

    Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    change directories | chdir command | Perl module | chdir | directory | changer

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM