Welcome, Guest. Please login or register.

Author Topic: Netsurf for 68k amigas, css capable web brower  (Read 37248 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« on: May 10, 2009, 01:26:37 PM »
You'd probably want geekgadgets with the latest version of gcc you can find for m68K.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #1 on: May 12, 2009, 09:56:37 PM »
Perl is awful too. I'd probably stop there...
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Netsurf for 68 amigas, css capable web brower
« Reply #2 on: May 12, 2009, 11:37:36 PM »
Quote

Jose wrote:

I just know they start with "#!" or something:)


That's the shebang, used to indicate to unix-like shells how to invoke the rest of the script.

#!/usr/bin/perl

for instance, tells the shell to invoke the perl command.
int p; // A