a more sensible way to change directories
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.
This sucks.
File::chdir gives you an alternative, '$CWD' and '@CWD'. These two
variables combine all the power of 'chdir()', the File::Spec manpage and
the Cwd manpage.
- Sources inherited from project SUSE:SLE-15-SP7:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/perl-File-chdir && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
File-chdir-0.1011.tar.gz | 0000025127 24.5 KB | |
perl-File-chdir.changes | 0000001567 1.53 KB | |
perl-File-chdir.spec | 0000002140 2.09 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 1)
bugowner: group:qe-tools-team Add/update package to be able to eventually submit openQA This is the 3rd batch of packages. All those packages should go into the same staging. further details: https://progress.opensuse.org/issues/128318
Comments 0