This is a discussion on "i am REALLY struggling" within the Other Programming Languages section. This forum, and the thread "i am REALLY struggling are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
i am REALLY struggling
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Re: i am REALLY struggling
This is the output image |
|
|||
|
Re: i am REALLY struggling
just sent you private msg
|
|
|||
|
Re: i am REALLY struggling
Hey man I had a quick look through my notes and couldn't find exactly what you are looking for, your best bet may be to ask your tutor but provide the script you have got so far.
|
|
|||
|
Re: i am REALLY struggling
yes wil do that
|
|
|||
|
Re: i am REALLY struggling
sorry that i couldn't help you an more than i have, just a quick question have you sat any exams for the course yet?
|
|
|||
|
Re: i am REALLY struggling
not yet....at student world is states i have to complete the whole course before i apply for exams
|
|
|||
|
Re: i am REALLY struggling
Some people I was talking to from US said they normally site an exam after the section is complete, like section 1 then they would have an exam before they move on.
Did Skillstrain also guarntee you a job of 25k once you have completed the course? |
|
|||
|
Re: i am REALLY struggling
no they didnt guarantee, they suggested!!
|
|
|||
|
Re: i am REALLY struggling
lol fair enuf
|
|
|||
|
Re: i am REALLY struggling
i suppose the ball is in your court when it comes to emplyment
in terms of CV course performance etc etc |
|
|||
|
Re: i am REALLY struggling
Yea I should be fine I get an average of about 89% on my TMA's and as for employment I already have that as a Junior Web Designer/Developer
|
|
|||
|
Re: i am REALLY struggling
by the way i managed to thrash that script problem out last night..seems to work ok
|
|
|||
|
Re: i am REALLY struggling
Sweet glad it worked all ok and that you have done the script, I don't like Perl much myself!
|
|
|||
|
Re: i am REALLY struggling
Hi, I just came across your post while trying to find answers to my TMA10( same as yours)Struggling too!It prompted me to sign up to the forum.
As it is a few months later than your original post, I was wondering how you got on?Any helpfull hints I could use? Good luck with the course(s) brux |
|
|||
|
Re: i am REALLY struggling
have you got started with this one? which part are you struggling on?
|
|
|||
|
Re: i am REALLY struggling
I just got started a few days ago and the part where I am now is ensuring filename is in MS-DOS format & ends with .TXT.Slow going!
|
|
|||
|
Re: i am REALLY struggling
<script>
if ($filename !~ m/\.TXT$/i) { $filename .= ".TXT"; } </script> |
|
|||
|
Re: i am REALLY struggling
<script>
if ($#ARGV == -1) # no filename provided as a command line argument { print("Enter filename: "); $filename = <STDIN>; chomp($filename); } else # got a filename as an argument { $filename = $ARGV[0]; } </script> |
|
|||
|
Re: i am REALLY struggling
Hi, Found your post on the web while trying to find answers to the same assignment as you pair, I'm struggling also, believe i've done most of it, just stuck on question 6: The file should be read and checked to display crude statistics on the number of characters, words, lines, sentences and paragraphs that are within the file, any helpfull hints to get me started on this part, Cheers
|
|
|||
|
Re: i am REALLY struggling
I too am struggling with this final Perl (TMA10) program! (To clarify) you need to create a perl program to create crude statistics on a text file.
I am stuck on the final part, the part that requires you to count the various statistics from the text file. I have tried EVERYTHING, and I cannot continue my course until I have this horrible program completed. I have read through the various threads, so is there anyone out there who may be able to help? |
![]() |
| Tags |
| code, help, perl |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Struggling to find a decent Popup Script | christopher | JavaScript Forum | 4 | Apr 6th, 2008 20:22 |
| Struggling to convert tables to CSS | wickedmoon | Web Page Design | 32 | Aug 17th, 2007 14:50 |
| Struggling with Keywords | Pickle | Search Engine Optimization (SEO) | 4 | Jul 3rd, 2007 22:14 |
| Creating Forum - Struggling with Text Box Size | minckle | ASP.NET Forum | 2 | Apr 18th, 2007 13:45 |
| Hi all - i "know" HTML struggling with design... | Verbyl.Belch | Introduce Yourself | 4 | Apr 17th, 2006 16:29 |