You are here: Technology, Web & Business Forum
: Web Development
: Programming
:
Perl....did it write in correct style ?!?
|
Welcome to the Technology, Web & Business Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Programming Discuss programming languages such as .NET, PHP, PERL, ASP, ColdFusion, C++
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
|||
#! /usr/bin/perl
use strict; use warnings; @ARGV = ("11214_2008_9368_JobSheet_200.xml"); while (<>) { if (/Remove colour consent form/) { print "Find\n $_\n Do it colour in print\n"; } if (/do not send colour consent form to author/) { print "Find\n $_\n Do it colour in print\n"; } if (/remove CCF form/) { print "Find\n $_\n Do it colour in print\n"; } if (/Special Issue/) { print "Find\n $_\n Do it colour in www\n"; } }
__________________
Powered by Yahoo! Answers |



Linear Mode
