RE: hard coded

2002-11-04 Thread Javeed SAR
bject: RE: hard coded looks to me like you are trying to read the voblist from clearcase? or is it the labels that is in that VOB? why have you placed them in a text file? why not read em out from the system directly? if you want to read the label names you can just run it like this my $vob = &qu

RE: hard coded

2002-11-04 Thread David Samuelsson (PAC)
looks to me like you are trying to read the voblist from clearcase? or is it the labels that is in that VOB? why have you placed them in a text file? why not read em out from the system directly? if you want to read the label names you can just run it like this my $vob = "vobname" @labels = `cl

Re: hard coded

2002-11-03 Thread Jeff 'japhy' Pinyan
On Nov 4, Javeed SAR said: >For eg here i have kept it in machine blrk35ed. >This becomes hard coded, is there any other way to read label names, >because i dont' want to hard coded in my script. Take it as an argument to your application: #!/usr/bin/perl -w use strict; my $machine = s