Operating System
An operating system (commonly abbreviated OS and O/S) is the software component of a computer system that is responsible for the management and coordination of activities and the sharing of the resources of the computer.
Language
Platform
Any
License
Any
I recommend this converter to you. (PDF to HTML Converter)
Convert your PDF files to HTML using the PDF to HTML converter and easily integrate resulting HTML files in your existing web site...
I am writing a script for my two little boys to play a game. We
are not going to hack ourself so I am not doing strict etc. I mention
this because previous attempts to get help did not get the...
I have a file like below
BUFFALO||14-SEP-09
BUFFALO||20-O
CT-09
BUFFALO||31-JUL-09
Line #1 and Line # 5 are correct.
Line # 4 has jsut a carraige return and that needs to be removed....
I have a file like below
BUFFALO||14-SEP-09
BUFFALO||20-O
CT-09
BUFFALO||31-JUL-09
Line #1 and Line # 5 are correct.
Line # 4 has jsut a carraige return and that needs to be removed....
Can anyone get this code to run?
Re: Analysing text files to obtain statistics on their content Using Perl
#!/usr/bin/perl
use strict;
use warnings;
my $filename= "";
if...
hi,
i want to convert the xls & doc files to Pdf files. can any body suggest me if there was any perl modules or else any other methods.
Dear all,
I am new to perl programming. and I need a perl script, the details of which are as follows:
I have more than 350 batch files with an extension .acc in my home directory and on my...
Dear all,
I am new to perl programming. and I need a perl script, the details of which are as follows:
I have more than 350 batch files with an extension .acc in my home directory and on my...
Hi
Were you able to complete your TMA10 successfully. I am currently doing the same assignment and I'm finding it very difficult. could you give me some help and tips
Hi!
I have got a txt file that have a lot of paragraphs, each paragraph I got a ID number duplicated like ; ".... \ id=ARJFHFHF\....\ id=ARJFHFHF\..."
What I want to do is a program of perl to make...
Hi,
I have a file name which have these lines in the file. I want to compare if the schematic port and layout port are different then I report this file has port name different. Below is my code...
Looks like you have stored the content in a file. Now you can read the file line by line and use split command to separate the different fields. Look at this url for an example: http://www.cs.cf.ac...
Hi All,
I need to parse a web file such as
http://www.abc.com/place/abc.cgi
I need to get data from this file using PERL.
Any help or pointers on this will be of great help.
The link also...
Hiya,
I am doing the very same piece of course work. Could you tell me if your piece was correct and if you managed to complete it successfully?
Thanks.
Hi, this code is driving me crazy, i will send the whole code to make it easier to understand. This code asks for input from the user, performs checks on the given file then proceeds to counting the...