Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Shell command: cat file : Shell « System Functions « Perl
Perl
System Functions
Shell
Shell command: cat file
use Shell; $text = cat(
"file.txt"
); print $text;
Related examples in the same category
1.
Shell command: dir
2.
Shell command: uptime
3.
Call external command
4.
Encrypt files