Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Work On GLinks Offline

Quote Reply
Work On GLinks Offline
Hi,

Need some help with setting up to work offline with Glinks.

I have ActiveState Perl and the DB components installed.

Since this is my first try at something like this I would need details instructions.


Thanks
Quote Reply
Re: [rascal] Work On GLinks Offline In reply to
Hi,

If setting up a local install, I'd recommend trying to get basic perl scripts working first. Something like this to start with;

Code:
#!perl

print "Content-Type: text/html \n\n":
print "testing.. yay!";

..and something a little more advanced;


Code:
#!perl

use strict;
use CGI;
my $IN = new CGI;

print $IN->header();
print "testing.. yay!";

If these work, then you should try installing GLinks. Also, be sure you have all the required modules install (DBI, DBD, etc). I believe these are documented in the "README" file.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!