i am REALLY struggling

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #21 (permalink)  
Old Aug 8th, 2007, 11:33
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: i am REALLY struggling


This is the output image
Reply With Quote
  #22 (permalink)  
Old Aug 8th, 2007, 14:12
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

just sent you private msg
Reply With Quote
  #23 (permalink)  
Old Aug 9th, 2007, 06:59
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
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.
Reply With Quote
  #24 (permalink)  
Old Aug 9th, 2007, 07:01
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

yes wil do that
Reply With Quote
  #25 (permalink)  
Old Aug 9th, 2007, 07:33
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
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?
Reply With Quote
  #26 (permalink)  
Old Aug 9th, 2007, 10:20
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

not yet....at student world is states i have to complete the whole course before i apply for exams
Reply With Quote
  #27 (permalink)  
Old Aug 9th, 2007, 10:23
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
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?
Reply With Quote
  #28 (permalink)  
Old Aug 9th, 2007, 10:26
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

no they didnt guarantee, they suggested!!
Reply With Quote
  #29 (permalink)  
Old Aug 9th, 2007, 10:30
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
Re: i am REALLY struggling

lol fair enuf
Reply With Quote
  #30 (permalink)  
Old Aug 9th, 2007, 10:32
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #31 (permalink)  
Old Aug 9th, 2007, 10:38
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
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
Reply With Quote
  #32 (permalink)  
Old Aug 9th, 2007, 10:41
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

by the way i managed to thrash that script problem out last night..seems to work ok
Reply With Quote
  #33 (permalink)  
Old Aug 9th, 2007, 10:48
Reputable Member
Join Date: Jul 2007
Location: UK, Essex
Age: 21
Posts: 171
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to RZX Developer
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!
Reply With Quote
  #34 (permalink)  
Old Nov 16th, 2007, 11:13
New Member
Join Date: Nov 2007
Location: Hebden Bridge,Yorks
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #35 (permalink)  
Old Nov 16th, 2007, 13:48
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

have you got started with this one? which part are you struggling on?
Reply With Quote
  #36 (permalink)  
Old Nov 16th, 2007, 14:56
New Member
Join Date: Nov 2007
Location: Hebden Bridge,Yorks
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
  #37 (permalink)  
Old Nov 16th, 2007, 15:53
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: i am REALLY struggling

<script>
if ($filename !~ m/\.TXT$/i)
{
$filename .= ".TXT";
}
</script>

Reply With Quote
  #38 (permalink)  
Old Nov 16th, 2007, 15:58
Junior Member
Join Date: Aug 2007
Location: chesterfield
Age: 37
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
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>
Reply With Quote
  #39 (permalink)  
Old Dec 12th, 2007, 12:40
New Member
Join Date: Dec 2007
Location: Staffordshire
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #40 (permalink)  
Old Feb 21st, 2008, 13:45
New Member
Join Date: Feb 2008
Location: bordon
Age: 36
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote
Reply

Tags
code, help, perl

Thread Tools

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
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


All times are GMT. The time now is 05:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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