Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
use Cwd; : Cwd « System Functions « Perl
Perl
System Functions
Cwd
use Cwd;
use Cwd; $dir = cwd; print $dir;
Related examples in the same category