## Example node - Text in parentheses are side notes from which the user is to learn

Hi all, I have a problem regarding blah blah blah. (Give relevant background information and briefly describe the problem.)

I have read the documentation already (Make sure to link to the documentation, if applicable. Also make sure that you read the documentation, if applicable), but I am still having a bit of trouble. The problematic code follows.

(Make sure that the code you post is relevant to the specific issue you are having, and try to keep it short. Short enough to correctly replicate the problem, anyway.) #!/usr/bin/perl # (The following two lines are important. No one will want to help you if you do not have them. Keep that in mind.) use warnings; use strict; my $var = blah blah; print $var;

As previously mentioned, the above code gives me an error:

Can't locate object method "blah" via package "blah" (perhaps you forgot to load "blah"?) at test.pl line 7.

Any and all help appreciated.