nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

printing file in perl

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 ...


Go Back   nixCraft Linux Forum > Development/Scripting > Coding in General

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-05-2008, 10:44 AM
Junior Member
User
 
Join Date: Feb 2008
My distro: fedora
Posts: 17
chandanperl is on a distinguished road
Default printing file in perl

Hi
i am new in perl. i want to print file in perl.plz tell me how can i do that.
thank you
Reply With Quote
  #2 (permalink)  
Old 03-17-2008, 11:03 AM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
agn is on a distinguished road
Default

Print as in printing a hard copy onto a paper ? Or printing to stdout/monitor ?
Reply With Quote
  #3 (permalink)  
Old 04-09-2008, 12:15 PM
Junior Member
User
 
Join Date: Feb 2008
My distro: fedora
Posts: 17
chandanperl is on a distinguished road
Default file print on printer

Hi
i want to print a file on printer.
Reply With Quote
  #4 (permalink)  
Old 04-16-2008, 11:03 AM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
agn is on a distinguished road
Default

Maybe something like
Code:
open(PRN, "|lp");
print PRN "hello";
That should work for a local printer. Also check out Net::Printer (http://search.cpan.org/~cfuhrman/Net-Printer-1.04/lib/Net/Printer.pm).
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
perl scripting pansarevai Coding in General 2 03-17-2008 05:34 PM
Cups is not printing text file with proper format, staircasing issue Ashish Pathak CentOS / RHEL / Fedora 1 11-18-2007 08:12 AM
Linux java apps: printing mike herdman Linux software 7 01-15-2007 01:06 PM
Need help with printing arrary in Ksh avcert1998 Shell scripting 4 08-18-2005 05:42 PM
few quick perl questions raj All about FreeBSD/OpenBSD/NetBSD 1 06-30-2005 12:27 AM


All times are GMT +5.5. The time now is 12:47 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30