X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FDebugging.pod;h=e885ec9c3b26e024e3134e39d942ab348a07829a;hp=6a958d3dfa32b971748e7327605081afb621c45e;hb=cae937d8319d60d4bae9378f5263770dbd9b7d7b;hpb=5e6026272f809951ac22fae43b73d2c1dc79c7fc diff --git a/lib/Catalyst/Manual/Tutorial/Debugging.pod b/lib/Catalyst/Manual/Tutorial/Debugging.pod index 6a958d3..e885ec9 100644 --- a/lib/Catalyst/Manual/Tutorial/Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/Debugging.pod @@ -79,7 +79,7 @@ following code to a controller action method: $c->log->info("Starting the foreach loop here"); - $c->log->debug("Value of $id is: ".$id); + $c->log->debug("Value of \$id is: ".$id); Then the Catalyst development server will display your message along with the other debug output. To accomplish the same thing in a TTSite @@ -297,7 +297,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006, Kennedy Clark, under Creative Commons License (L).