User Profile
Collapse
-
Thanks for your reply, I was leaning on varchar myself. I just needed some assurance.... -
Design Question - Which Data Type
Hey guys, I got a column in my database called 'section' and the probable values it's going to contain look something like 001, 002, 500, 488 4A, 676 7B, etc
Which data type(and size) should I use?
Currently I'm thinking of var(size) or varchar(size)
Thanks :) -
Thanks!! Sometime programming just gets me riled up when i discover silly mistakes...Leave a comment:
-
Accessing Hash Elements
Would anyone happen to know why i'm getting an error with the following code?
[CODE=perl]
#!/usr/bin/perl
use strict;
use warnings;
$family_name{"f red"} = "astaire"; [/CODE]
I get the following error
syntax error at filename.plx, near "$family_na me{"
Execution of filename.plx aborted due to compilation errors.
and when... -
-
Thanks KevinADC,
I don't seem to understand what the command below is doing [CODE=perl]my $what = shift; [/CODE]
It seems to me, that the sub error is automatically called when error is true. What if i wanted to check for another error with its own sub error, How would i be able to distinguish one from the other?
How do i learn how to write real working scripts as i learn how to program.?...Leave a comment:
-
Thanks! ADC for your input. I'll work on everything. I hope to grasp this all soon....Leave a comment:
-
Thank You Kelicula, I'm not an expert, but I'll definitely give your method a shot and I'll try and understand it too. Introducing me to new commands should hasten my learning process....Leave a comment:
-
Improve my Simple Code
I wrote a simple code to look up peoples numbers.
But what if the user types in a name that is not on the list, how may i get my code to alert the user try again till a correct name is entered?
I'm trying to kill two birds with one stone. So how would you guys rate my code in terms of efficiency. And any additional comments would be appreciated.
Thanks In Advance!
My code also be viewed... -
I can't help but ask dumb questions, but could you rephrase what you meant by "strew your doc folder full of little HTML files"
In my doc folder i got 2 files namely python25.chm and python25.chw
Thx...Leave a comment:
-
Um so how do you do the decompile thing? I have no clue whatsoever...Leave a comment:
-
Thanks, it brought up the Doc file, how can i want to get specific help?...Leave a comment:
-
I can find it manually by going to the help menu as you suggested, but isn't the whole philosophy of programming to be lazy? but thats besides the point.
I did try it without the quotes like help (if) and it gives me a syntax error.
I should've also added in the first post that the error included the following:
On the Microsoft Windows operating system, the files can be built by running "hh -decompile...Leave a comment:
-
I do see it, but shouldn't i be able to access it from my python shell?...Leave a comment:
-
Python online help utility
Hey guys anytime i type in help ('print') i get the following error;
"Sorry, topic and keyword documentation is not available because the Python
HTML documentation files could not be found. If you have installed them,
please set the environment variable PYTHONDOCS to indicate their location.
On the Microsoft Windows operating system, the files can be built by
running "hh -decompile . PythonNN.chm"... -
IDE's for Python, um i tried learning C++ at first and i was looking for IDE's i tried eclipse and i couldn't get it to work then i decided C++ wasn't for me. Right now i'm just sticking to Notepad++ ( using it to learn Perl at the Moment)....Leave a comment:
-
Got it thanks.
No its not radically different, i hear so much complain but i really don't know where its coming from. Or maybe i'm just an average user who doesn't notice these things....Leave a comment:
-
Thx for all the replies guys, i've been drooling over them all.
If its installed on windows by default how can i access it? I'm on Vista by the way.
Thanks...Leave a comment:
-
Learning Python!!!!
What is the best/recommended book for Python Begineers with no programming experience AT ALL?
Websites, tutorial CDs/DVDs and just about any materials are welcome
Thanks -
No activity results to display
Show More
Leave a comment: