Go Back   Webmaster Centre News and Discussion Forum > Website Developement > Web Programming

Web Programming Post your questions, tips and opinions on web scripting, programming languages. Subject areas include Java, Java Script, PHP, ASP, .Net, XML, Perl, HTML, Flash,etc

Reply
 
LinkBack Thread Tools Display Modes
Old 04-30-2008, 05:34 PM   #1 (permalink)
Junior Member
 
viki k's Avatar
 
Default Perl....did it write in correct style ?!?

#! /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";
}
}
viki k is offline   Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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-reading from a file & matching? Doctor_mizo Web Programming 3 05-01-2008 01:19 PM
can anyone write the following in java language? geekguy Web Programming 1 05-01-2008 06:20 AM
Why cannot a win2000 prof workstation write in program files folder locally if it george.hungary Domain Name 1 04-29-2008 04:24 AM
How to write net ionic for H2C2O4 2H20 + 2NaOH ---> NaC2O4 + 4H20? Jake General Chat 0 04-28-2008 07:19 PM
Perl ....how to write it correctly with Perl ?!? viki k Web Programming 1 04-28-2008 10:24 AM



All times are GMT +1. The time now is 12:03 AM.
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums

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 31 32 33 34 35 36 37 38 39 40 41 42 43 44