Tuesday, May 20, 2008

parted /dev/sda mklabel msdos will return
delete partition (yes/no) after giving yes it again prompts for the label type. the question is how do i pass the response to the command when my perl script is running.. it should be non interactive without user intervention. I tried using the response file and passing the values but it is not working pls can anybody help me regarding this..
well thanks in advance

Program:
system("clear");

Output:
C:\perl\bin>perl hello9.pl
clear is not recognized as an internal or external command-
operable program or batch file.

Problem:
This gives out an error. What I want is to just clear the DOS screen before i run my program. How does this work???

i want to learn how to make web pages and design them real nice with graphics like 3d and animations.
good fliers-
business cards and things of that sort.
for example if i take a picture of some one i want to be able to make it into like cartoon or some thing cool like that.

Just so i wont waste 5 more points.
what is it that you do in Database Technology- Systems Analysis and Design?

I am trying to open a file in a perl program using the filehandles. I have the filepath/name stored in a string. I tried to open it like this: open(FILEHANDLE- $string) . It is not recognizing the string s value as a filepath. Does anyone know how to open a file whose filepath is stored in a string?
It is in a Unix environment. The file definitely exists because I can open the file via the filehandle by hard-coding the filename/path into the open method. I also made sure that the correct filename/path is stored in the string as well. What is happening is that it is saying the file that I am sending it doesn t exist.

No comments: