Linux / UNIX Tech Support Forum
This is a discussion on printing file in perl within the Coding in General forums, part of the Development/Scripting category; Hi i am new in perl. i want to print file in perl.plz tell me how can i do that. ...
|
|||||||
| Coding in General Discussion on PHP/Perl/Python/Ruby/GNU C or C++. MySQL, PgSQL and (X)HTML or any other programming languages you want. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
|||
|
Maybe something like
Code:
open(PRN, "|lp"); print PRN "hello"; |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| perl scripting | pansarevai | Coding in General | 2 | 17-03-2008 05:34 PM |
| Cups is not printing text file with proper format, staircasing issue | Ashish Pathak | CentOS / RHEL / Fedora | 1 | 18-11-2007 08:12 AM |
| Linux java apps: printing | mike herdman | Linux software | 7 | 15-01-2007 01:06 PM |
| Need help with printing arrary in Ksh | avcert1998 | Shell scripting | 4 | 18-08-2005 05:42 PM |
| few quick perl questions | raj | All about FreeBSD/OpenBSD/NetBSD | 1 | 30-06-2005 12:27 AM |